diff options
author | unknownPerson115 <69736850+unknownPerson115@users.noreply.github.com> | 2021-12-25 21:09:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-25 21:09:46 +0000 |
commit | 76c41d905aaa7a371f217e6c2f5e16b687ae9088 (patch) | |
tree | 6f65cc1d9655225ce9ff475e939f7e7f478579b5 /api | |
parent | Updated Server.ts (diff) | |
download | server-76c41d905aaa7a371f217e6c2f5e16b687ae9088.tar.xz |
Create stop.ts (for /stop API route)
patched up the route and polished it note: THIS API IS ONLY FOR DEVELOPMENT PURPOSES
Diffstat (limited to 'api')
-rw-r--r-- | api/src/routes/stop.ts | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/api/src/routes/stop.ts b/api/src/routes/stop.ts new file mode 100644 |