Fix server magic implementation link

This commit is contained in:
Agustin Burset
2020-07-27 10:14:27 -03:00
committed by GitHub
parent b97995ea59
commit b346f4fede
+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.