Merge pull request #50 from AgustinBrst/patch-1

Fix server magic implementation link
This commit is contained in:
Elisha Nuchi
2020-07-27 09:22:25 -04:00
committed by GitHub
+1 -1
View File
@@ -104,7 +104,7 @@ The included sample app allows inserting/activating/deleting sheets through a si
} }
``` ```
Now we can use familiar Promises in our client-side code and have easy access to all server functions. See [the code](./src/client/server.js) for the implementation details. Now we can use familiar Promises in our client-side code and have easy access to all server functions. See [the code](./src/client/utils/server.js) for the implementation details.
- This project includes support for autocompletion and complete type definitions for all Google Apps Script methods. - This project includes support for autocompletion and complete type definitions for all Google Apps Script methods.