Skip to content

Commit

Permalink
feat(locations): adjust api and UI to handle location CRUD
Browse files Browse the repository at this point in the history
Refs: #19
  • Loading branch information
resah committed Jul 3, 2023
1 parent 2a34504 commit 3d9047b
Show file tree
Hide file tree
Showing 53 changed files with 1,192 additions and 1,120 deletions.
72 changes: 0 additions & 72 deletions workspaces/api/src/app.controller.spec.ts

This file was deleted.

88 changes: 0 additions & 88 deletions workspaces/api/src/app.controller.ts

This file was deleted.

6 changes: 2 additions & 4 deletions workspaces/api/src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import { HealthModule } from './health/health.module';
import { MarkerModule } from './marker/marker.module';
import { LocationModule } from './location/location.module';
import { PersistenceModule } from './persistence/persistence.module';
import { AppController } from './app.controller';
import { AppService } from './app.service';
import { ServeStaticModule } from '@nestjs/serve-static';
import { join } from 'path';

Expand All @@ -28,7 +26,7 @@ import { join } from 'path';
MarkerModule,
LocationModule,
],
controllers: [AppController],
providers: [AppService],
controllers: [],
providers: [],
})
export class AppModule {}
179 changes: 0 additions & 179 deletions workspaces/api/src/app.service.spec.ts

This file was deleted.

Loading

0 comments on commit 3d9047b

Please sign in to comment.