Hookup public page #22

Merged
a3thakra merged 1 commits from hookup-public-page into main 2021-04-02 16:14:50 -04:00
a3thakra commented 2021-04-02 02:29:54 -04:00 (Migrated from git.uwaterloo.ca)

cc @b38peng if you wanna look at how we wired up your component! :)

  • The JSON file will be replaced by the unauthenticated /links endpoint on the backend.
  • To test, create a links.json file in the root of the repository (i.e. adjacent to the frontend and backend folders) and fill it up with some links of this format:
[
  { "name": "Example 1", "url": "http://example.com" },
  { "name": "Example 2", "url": "http://example.com" }
]
cc @b38peng if you wanna look at how we wired up your component! :) - The JSON file will be replaced by the unauthenticated `/links` endpoint on the backend. - To test, create a links.json file in the root of the repository (i.e. adjacent to the frontend and backend folders) and fill it up with some links of this format: ``` [ { "name": "Example 1", "url": "http://example.com" }, { "name": "Example 2", "url": "http://example.com" } ]
q63xu (Migrated from git.uwaterloo.ca) approved these changes 2021-04-02 02:29:54 -04:00
q63xu commented 2021-04-02 11:09:03 -04:00 (Migrated from git.uwaterloo.ca)

added 1 commit

  • 896ebf64 - Hookup editor login

Compare with previous version

added 1 commit <ul><li>896ebf64 - Hookup editor login</li></ul> [Compare with previous version](/csc/linktree/-/merge_requests/17/diffs?diff_id=52640&start_sha=c7e40722d1fd16cc243f958745ae7fd7c0a97c14)
q63xu commented 2021-04-02 16:10:13 -04:00 (Migrated from git.uwaterloo.ca)

approved this merge request

approved this merge request
Sign in to join this conversation.
No reviewers
No Label
deployment
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: old/LinkList#22
No description provided.