diff options
author | William Carroll <wpcarro@gmail.com> | 2020-07-24T18·00+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-07-24T18·00+0100 |
commit | 660b8d43e5272e2b71b6092b4c879a82c4d861a8 (patch) | |
tree | 08e2be141393a591349618d7b8a426887f79ae21 /.gitignore | |
parent | ec90748b827edcd465020acd5bd23ae6a01ba37a (diff) |
Support a basic API
Use Servant to create a REST API supporting the following routes: - GET /number - POST /other The server interacts with a SQLite database.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..e604003590fc --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +data.db \ No newline at end of file |