feat(opsserver,web): replace the Angular UI and REST management layer with a TypedRequest-based ops server and bundled web frontend
This commit is contained in:
9
ts_interfaces/requests/index.ts
Normal file
9
ts_interfaces/requests/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export * from './auth.ts';
|
||||
export * from './oauth.ts';
|
||||
export * from './organizations.ts';
|
||||
export * from './repositories.ts';
|
||||
export * from './packages.ts';
|
||||
export * from './tokens.ts';
|
||||
export * from './audit.ts';
|
||||
export * from './admin.ts';
|
||||
export * from './users.ts';
|
||||
Reference in New Issue
Block a user