mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
fix api
This commit is contained in:
committed by
Aiden McClelland
parent
2c04990f72
commit
639569369b
@@ -191,7 +191,7 @@ export class MockApiService extends ApiService {
|
||||
async marketplaceProxy (path: string, params: {}, url: string): Promise<any> {
|
||||
await pauseFor(2000)
|
||||
|
||||
if (path === '/package/v0/data') {
|
||||
if (path === '/package/v0/info') {
|
||||
return {
|
||||
name: 'Dark9',
|
||||
categories: [
|
||||
|
||||
Reference in New Issue
Block a user