mirror of
https://github.com/strapi/strapi.git
synced 2025-09-23 07:22:51 +00:00
removed temp folder
This commit is contained in:
parent
999a30c396
commit
f6bea7d6fa
@ -1,32 +0,0 @@
|
||||
// import CatLogo from './cat-logo.png';
|
||||
|
||||
// Temp class to mimic crud API
|
||||
// to remove once back end routes are ready
|
||||
|
||||
class LogoAPI {
|
||||
constructor() {
|
||||
// this.projectSettings = {
|
||||
// menuLogo: {
|
||||
// url: CatLogo,
|
||||
// name: 'cat-logo.png',
|
||||
// width: 100,
|
||||
// height: 100,
|
||||
// ext: "png",
|
||||
// size: 123482,
|
||||
// }
|
||||
// };
|
||||
this.projectSettings = {
|
||||
menuLogo: null,
|
||||
};
|
||||
}
|
||||
|
||||
getProjectSettings = () => {
|
||||
return this.projectSettings;
|
||||
};
|
||||
|
||||
setProjectSettings = data => {
|
||||
console.log(data);
|
||||
};
|
||||
}
|
||||
|
||||
export default LogoAPI;
|
Binary file not shown.
Before Width: | Height: | Size: 26 KiB |
Loading…
x
Reference in New Issue
Block a user