feat:timestamp for detail
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
eb77a23bc9
commit
82c35be814
|
|
@ -120,7 +120,7 @@ export async function updateArticle(id: string, data: any) {
|
||||||
return await httpPut(pathUrl, headers, data);
|
return await httpPut(pathUrl, headers, data);
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function getArticleById(id: any, timeStamp: any) {
|
export async function getArticleById(id: any, timeStamp?: any) {
|
||||||
const headers = {
|
const headers = {
|
||||||
"content-type": "application/json",
|
"content-type": "application/json",
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue