From 2dbbd21f734b6c0785d5a02d8aed71f7f32d4cff Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 27 Aug 2021 11:10:42 +0200 Subject: :construction: api --- api/tests/routes/auth/login.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 api/tests/routes/auth/login.ts (limited to 'api/tests/routes') 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", () => {}); -- cgit 1.5.1