Add company endpoints

This commit is contained in:
Benjamin Lei
2023-08-30 17:52:43 -07:00
parent d50ec7eb31
commit 1c79599c41
3 changed files with 55 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
export * from './options';
export * from './certification';
export * from './credits';
export * from './companies';
export * from './configuration';
export * from './changes';
export * from './movies';