diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-27 11:10:42 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-27 11:10:42 +0200 |
commit | 2dbbd21f734b6c0785d5a02d8aed71f7f32d4cff (patch) | |
tree | b434b23a73779008964d837f1e316604de61a29e /api/tests | |
parent | :sparkles: use RelationId (diff) | |
download | server-2dbbd21f734b6c0785d5a02d8aed71f7f32d4cff.tar.xz |
:construction: api
Diffstat (limited to 'api/tests')
-rw-r--r-- | api/tests/routes/auth/login.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/tests/routes/auth/login.ts b/api/tests/routes/auth/login.ts new file mode 100644 index 00000000..e1938b36 --- /dev/null +++ b/api/tests/routes/auth/login.ts @@ -0,0 +1 @@ +test("works", () => {}); |