This repository has been archived on 2025-12-28. You can view files and clone it, but cannot push or open issues or pull requests.
inkletblot-com-v2/src/app/projects
Solomon Laing 6750247f66 Got api request working.
I added the necessary header to the api server and then changed the content type of the request to text/plain to disabled the preflight OPTIONS request which the server was erroring on.
Not sure about the security of all this but it's a very basic website and I don't think it'll be an issue.
2021-04-20 19:30:30 +09:30
..
project started implementation of projects page. currently need to work out cors 2021-04-18 21:07:04 +09:30
project-card started implementation of projects page. currently need to work out cors 2021-04-18 21:07:04 +09:30
projects-routing.module.ts started implementation of projects page. currently need to work out cors 2021-04-18 21:07:04 +09:30
projects.component.html started implementation of projects page. currently need to work out cors 2021-04-18 21:07:04 +09:30
projects.component.scss minor stylings for initial release 2021-04-02 22:06:19 +10:30
projects.component.spec.ts merged master into develop 2021-04-02 22:06:12 +10:30
projects.component.ts started implementation of projects page. currently need to work out cors 2021-04-18 21:07:04 +09:30
projects.module.ts started implementation of projects page. currently need to work out cors 2021-04-18 21:07:04 +09:30
projects.service.spec.ts started implementation of projects page. currently need to work out cors 2021-04-18 21:07:04 +09:30
projects.service.ts Got api request working. 2021-04-20 19:30:30 +09:30